home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TCREATEDPUZZLE / TCREATEDPUZZLE.txt
Text File  |  1996-03-09  |  2KB  |  83 lines

  1. object CreatedPuzzle: TCreatedPuzzle
  2.   Left = 259
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Created Puzzle'
  6.   ClientHeight = 340
  7.   ClientWidth = 423
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnPaint = FormPaint
  16.   OnShow = FormShow
  17.   TextHeight = 19
  18.   object Label2: TLabel
  19.     Left = 16
  20.     Top = 256
  21.     Width = 229
  22.     Height = 37
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 
  26.       'Note: Missing letters will be filled in when the puzzle is saved' +
  27.       '.'
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 264
  36.     Top = 8
  37.     Width = 153
  38.     Height = 325
  39.     Caption = 'Panel1'
  40.     TabOrder = 1
  41.     object Label1: TLabel
  42.       Left = 8
  43.       Top = 4
  44.       Width = 137
  45.       Height = 45
  46.       Alignment = taCenter
  47.       AutoSize = False
  48.       Caption = 'Excluded Words'
  49.       Font.Color = clBlack
  50.       Font.Height = -18
  51.       Font.Name = 'Arial'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.     end
  55.   end
  56.   object NoFitWords: TListBox
  57.     Left = 268
  58.     Top = 56
  59.     Width = 145
  60.     Height = 273
  61.     ItemHeight = 19
  62.     TabOrder = 0
  63.   end
  64.   object Save: TButton
  65.     Left = 16
  66.     Top = 296
  67.     Width = 109
  68.     Height = 37
  69.     Caption = '&Save Puzzle'
  70.     TabOrder = 2
  71.     OnClick = SaveClick
  72.   end
  73.   object Cancel: TButton
  74.     Left = 136
  75.     Top = 296
  76.     Width = 109
  77.     Height = 37
  78.     Caption = '&Cancel'
  79.     TabOrder = 3
  80.     OnClick = CancelClick
  81.   end
  82. end
  83.